// source --> https://bidulesetmachinchoz.fr/wp-content/plugins/woocommerce-menu-bar-cart/javascript/wpmenucart-ajax-assist.js?ver=2.9.6 /* This script is intended for sites with server side caching enabled - normally the classes in the menu would follow the cart state */ jQuery( function( $ ) { /* Cart Hiding */ if ( typeof wpmenucart_ajax_assist.shop_plugin !== 'undefined' && wpmenucart_ajax_assist.shop_plugin.toLowerCase() == 'woocommerce' ) { // update on page load wpmenucart_update_menu_classes(); // update when cart is updated $( document.body ).on( 'adding_to_cart added_to_cart updated_wc_div', wpmenucart_update_menu_classes ); } function wpmenucart_update_menu_classes() { if ( typeof window.Cookies !== 'undefined' ) { // WC3.0 items_in_cart = Cookies.get( 'woocommerce_items_in_cart' ); } else if ( typeof $.cookie !== 'undefined' && $.isFunction($.cookie) ){ // WC2.X items_in_cart = $.cookie( 'woocommerce_items_in_cart' ); } else { return; // no business here } if ( items_in_cart > 0 ) { $('.empty-wpmenucart').removeClass('empty-wpmenucart'); } else if ( !(wpmenucart_ajax_assist.always_display) ) { $('.wpmenucartli').addClass('empty-wpmenucart'); $('.wpmenucart-shortcode').addClass('empty-wpmenucart'); } } }); // source --> https://bidulesetmachinchoz.fr/wp-content/plugins/super-socializer/js/front/social_login/general.js?ver=7.13.5 function theChampPopup(e){window.open(e,"_blank","height=420,width=620,left=390,top=105,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}function theChampStrReplace(e,t,n){for(var r=0;r https://bidulesetmachinchoz.fr/wp-content/plugins/super-socializer/js/front/social_login/common.js?ver=7.13.5 function theChampLoginPopup(e){if("undefined"!=typeof theChampSameTabLogin&&theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampLoginPopup(theChampFacebookAuthUrl):"Login with Github"==a?theChampLoginPopup(theChampGithubAuthUrl):"Login with Spotify"==a?theChampLoginPopup(theChampSpotifyAuthUrl):"Login with Dribbble"==a?theChampLoginPopup(theChampDribbbleAuthUrl):"Login with Kakao"==a?theChampLoginPopup(theChampKakaoAuthUrl):"Login with Line"==a?theChampLoginPopup(theChampLineAuthUrl):"Login with Microsoft"==a?theChampLoginPopup(theChampLiveAuthUrl):"Login with Steam"==a?theChampLoginPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampLoginPopup(theChampTwitterAuthUrl):("Login with Linkedin"==a&&theChampLoginPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampLoginPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==a?theChampLoginPopup(theChampVkontakteAuthUrl):"Login with Yahoo"==a?theChampLoginPopup(theChampYahooAuthUrl):"Login with Wordpress"==a?theChampLoginPopup(theChampWordpressAuthUrl):"Login with Instagram"==a&&theChampLoginPopup(theChampInstagramAuthUrl))}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML=""+theChampEmailPopupVerifyMessage+"":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1; // source --> https://bidulesetmachinchoz.fr/wp-content/plugins/super-socializer/js/front/facebook/sdk.js?ver=7.13.5 function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v8.0"})}window.fbAsyncInit=function(){theChampInitiateFB(),theChampFbIosLogin&&theChampAuthUserFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification||"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments)&&FB.Event.subscribe("comment.create",function(e){void 0!==e.commentID&&e.commentID&&("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(e,t,n){}}),"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"heateor_fcm_save_fb_comment",data:e},success:function(e,t,n){}}))}),"undefined"!=typeof theChampFbLikeMycred&&theChampFbLikeMycred&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"","Minus point(s) for undoing Facebook like-recommend")})),"undefined"!=typeof theChampSsga&&theChampSsga&&(FB.Event.subscribe("edge.create",function(e){heateorSsgaSocialPluginsTracking("Facebook","Like",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsgaSocialPluginsTracking("Facebook","Unlike",e||"")}))},function(e){var t,n="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(n)||((t=e.createElement("script")).id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",o.parentNode.insertBefore(t,o))}(document); // source --> https://bidulesetmachinchoz.fr/wp-content/plugins/super-socializer/js/front/sharing/sharing.js?ver=7.13.5 function heateorSsDetermineWhatsappShareAPI(a){if(a)return-1!=navigator.userAgent.indexOf("Mobi")?"api.whatsapp.com":"web.whatsapp.com";var p=jQuery("i.theChampWhatsappBackground a").attr("href");return void 0!==p?-1!=navigator.userAgent.indexOf("Mobi")?(jQuery("i.theChampWhatsappBackground a").attr("href",p.replace("web.whatsapp.com","api.whatsapp.com")),"api.whatsapp.com"):(jQuery("i.theChampWhatsappBackground a").attr("href",p.replace("api.whatsapp.com","web.whatsapp.com")),"web.whatsapp.com"):""} /** * Show more sharing services popup */ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){ var shareContainer = elem.parentElement.parentElement.parentElement; postUrl = encodeURIComponent(postUrl); concate = ''; var theChampMoreSharingServices = { facebook: { title: "Facebook", locale: "en-US", redirect_url: "http://www.facebook.com/sharer.php?u=" + postUrl + "&t=" + postTitle + "&v=3", }, twitter: { title: "Twitter", locale: "en-US", redirect_url: "http://twitter.com/intent/tweet?text=" + (twitterTitle ? twitterTitle : postTitle) + " " + postUrl, }, linkedin: { title: "Linkedin", locale: "en-US", redirect_url: "http://www.linkedin.com/shareArticle?mini=true&url=" + postUrl + "&title=" + postTitle, }, pinterest: { title: "Pinterest", locale: "en-US", redirect_url: "https://pinterest.com/pin/create/button/?url=" + postUrl + "&media=${media_link}&description=" + postTitle, bookmarklet_url: "javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());" }, CopyLink: { title: "Copy Link", locale: "en-US", redirect_url: "", bookmarklet_url: "" }, Diaspora: { title: "Diaspora", locale: "en-US", redirect_url: "https://joindiaspora.com/bookmarklet?url=" + postUrl + "&title=" + postTitle + "&v=1" }, Douban: { title: "Douban", locale: "en-US", redirect_url: "https://www.douban.com/share/service?name="+postTitle+"&href="+postUrl+"&image=&updated=&bm=&url="+postUrl+"&title="+postTitle+"&sel=" }, Draugiem: { title: "Draugiem", locale: "en-US", redirect_url: "https://www.draugiem.lv/say/ext/add.php?link="+postUrl+"&title="+postTitle }, Facebook_Messenger: { title: "Facebook Messenger", locale: "en-US", redirect_url: heateorSsFbMessengerAPI.replace('%encoded_post_url%', postUrl) }, Google_Classroom: { title: "Google Classroom", locale: "en-US", redirect_url: "https://classroom.google.com/u/0/share?url="+postUrl }, Kik: { title: "Kik", locale: "en-US", redirect_url: "https://www.kik.com/send/article/?app_name=Share&text=&title="+postTitle+"&url="+postUrl }, Papaly: { title: "Papaly", locale: "en-US", redirect_url: "https://papaly.com/api/share.html?url="+postUrl+"&title="+postTitle }, Refind: { title: "Refind", locale: "en-US", redirect_url: "https://refind.com/?url="+postUrl }, Skype: { title: "Skype", locale: "en-US", redirect_url: "https://web.skype.com/share?url="+postUrl }, SMS: { title: "SMS", locale: "en-US", bookmarklet_url: "sms://?&body="+postTitle+" "+postUrl }, Trello: { title: "Trello", locale: "en-US", redirect_url: "https://trello.com/add-card?mode=popup&url="+postUrl+"&name="+postTitle+"&desc=" }, Viber: { title: "Viber", locale: "en-US", bookmarklet_url: "viber://forward?text="+postTitle+" "+postUrl }, Threema: { title: "Threema", locale: "en-US", bookmarklet_url: "threema://compose?text="+postTitle+" "+postUrl }, Telegram: { title: "Telegram", locale: "en-US", redirect_url: "https://telegram.me/share/url?url="+postUrl+"&text="+postTitle }, email: { title: "Email", locale: "en-US", redirect_url: "mailto:?subject=" + postTitle + "&body=Link: " + postUrl, }, reddit: { title: "Reddit", locale: "en-US", redirect_url: "http://reddit.com/submit?url=" + postUrl + "&title=" + postTitle, }, float_it: { title: "Float it", locale: "en-US", redirect_url: "http://www.designfloat.com/submit.php?url=" + postUrl + "&title=" + postTitle, }, google_mail: { title: "Google Gmail", locale: "en-US", redirect_url: "https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=" + postTitle + "&body=Link: " + postUrl, }, gentlereader: { title: "GentleReader", locale: "en-US", redirect_url: "https://app.gentlereader.com/bookmark?url=" + postUrl, }, google_bookmarks: { title: "Google Bookmarks", locale: "en-US", redirect_url: "http://www.google.com/bookmarks/mark?op=edit&bkmk=" + postUrl + "&title=" + postTitle, }, digg: { title: "Digg", locale: "en-US", redirect_url: "http://digg.com/submit?phase=2&url=" + postUrl + "&title=" + postTitle, }, printfriendly: { title: "PrintFriendly", locale: "en-US", redirect_url: "http://www.printfriendly.com/print?url=" + postUrl, }, print: { title: "Print", locale: "en-US", redirect_url: "http://www.printfriendly.com/print?url=" + postUrl, bookmarklet_url: "javascript:window.print();" }, tumblr: { title: "Tumblr", locale: "en-US", redirect_url: "https://www.tumblr.com/widgets/share/tool?posttype=link&canonicalUrl=" + postUrl + "&title=" + postTitle + "&caption=", bookmarklet_url: "javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://www.tumblr.com/share',l=d.location,e=encodeURIComponent,p='?v=3&u='+e(l.href) +'&t='+e(d.title) +'&s='+e(s),u=f+p;try{if(!/^(.*\\.)?tumblr[^.]*$/.test(l.host))throw(0);tstbklt();}catch(z){a =function(){if(!w.open(u,'t','toolbar=0,resizable=0,status=1,width=450,height=430'))l.href=u;};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else a();}void(0);" }, vk: { title: "Vkontakte", locale: "ru", redirect_url: "https://vk.com/share.php?url=" + postUrl + "&title=" + postTitle, }, evernote: { title: "Evernote", locale: "en-US", redirect_url: "https://www.evernote.com/clip.action?url=" + postUrl + "&title=" + postTitle, bookmarklet_url: "javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();" }, amazon_us_wish_list: { title: "Amazon Wish List", locale: "en-US", redirect_url: "http://www.amazon.com/wishlist/add?u=" + postUrl + "&t=" + postTitle, bookmarklet_url: "javascript:(function(){var w=window,l=w.location,d=w.document,s=d.createElement('script'),e=encodeURIComponent,x='undefined',u='http://www.amazon.com/gp/wishlist/add';if(typeof s!='object')l.href=u+'?u='+e(l)+'&t='+e(d.title);function g(){if(d.readyState&&d.readyState!='complete'){setTimeout(g,200);}else{if(typeof AUWLBook==x)s.setAttribute('src',u+'.js?loc='+e(l)),d.body.appendChild(s);function f(){(typeof AUWLBook==x)?setTimeout(f,200):AUWLBook.showPopover();}f();}}g();}())" }, wordpress_blog: { title: "WordPress", locale: "en-US", redirect_url: "http://www.addtoany.com/ext/wordpress/press_this?linkurl=" + postUrl + "&linkname=" + postTitle, }, whatsapp: { title: "Whatsapp", locale: "en-US", redirect_url: "https://" + heateorSsDetermineWhatsappShareAPI(true) + "/send?text=" + postTitle + " " + postUrl, }, diigo: { title: "Diigo", locale: "en-US", redirect_url: "http://www.diigo.com/post?url=" + postUrl + "&title=" + postTitle, }, yc_hacker_news: { title: "Hacker News", locale: "en-US", redirect_url: "http://news.ycombinator.com/submitlink?u=" + postUrl + "&t=" + postTitle, }, box_net: { title: "Box.net", locale: "en-US", redirect_url: "https://www.box.net/api/1.0/import?url=" + postUrl + "&name=" + postTitle + "&import_as=link", }, aol_mail: { title: "AOL Mail", locale: "en-US", redirect_url: "http://webmail.aol.com/25045/aol/en-us/Mail/compose-message.aspx?subject=" + postTitle + "&body=" + postUrl, }, yahoo_mail: { title: "Yahoo Mail", locale: "en-US", redirect_url: "http://compose.mail.yahoo.com/?Subject=" + postTitle + "&body=Link: " + postUrl, }, instapaper: { title: "Instapaper", locale: "en-US", redirect_url: "http://www.instapaper.com/edit?url=" + postUrl + "&title=" + postTitle, }, plurk: { title: "Plurk", locale: "en-US", redirect_url: "http://www.plurk.com/m?content=" + postUrl + "&qualifier=shares", }, wanelo: { title: "Wanelo", locale: "en-US", redirect_url: "http://wanelo.com/p/post?bookmarklet=&images%5B%5D=&url=" + postUrl + "&title=" + postTitle + "&price=&shop=", bookmarklet_url: "javascript:void ((function(url){if(!window.waneloBookmarklet){var productURL=encodeURIComponent(url),cacheBuster=Math.floor(Math.random()*1e3),element=document.createElement('script');element.setAttribute('src','//wanelo.com/bookmarklet/3/setup?*='+cacheBuster+'&url='+productURL),element.onload=init,element.setAttribute('type','text/javascript'),document.getElementsByTagName('head')[0].appendChild(element)}else init();function init(){window.waneloBookmarklet()}})(window.location.href))" }, aim: { title: "AIM", locale: "en-US", redirect_url: "http://share.aim.com/share/?url=" + postUrl + "&title=" + postTitle, }, viadeo: { title: "Viadeo", locale: "en-US", redirect_url: "http://www.viadeo.com/shareit/share/?url=" + postUrl + "&title=" + postTitle, }, pinboard_in: { title: "Pinboard", locale: "en-US", redirect_url: "http://pinboard.in/add?url=" + postUrl + "&title=" + postTitle, }, blogger_post: { title: "Blogger Post", locale: "en-US", redirect_url: "http://www.blogger.com/blog_this.pyra?t=&u=" + postUrl + "&l&n=" + postTitle, }, typepad_post: { title: "TypePad Post", locale: "en-US", redirect_url: "http://www.typepad.com/services/quickpost/post?v=2&qp_show=ac&qp_title=" + postTitle + "&qp_href=" + postUrl + "&qp_text=" + postTitle, }, buffer: { title: "Buffer", locale: "en-US", redirect_url: "http://bufferapp.com/add?url=" + postUrl + "&text=" + postTitle, }, flipboard: { title: "Flipboard", locale: "en-US", redirect_url: "https://share.flipboard.com/bookmarklet/popout?v=2&url=" + postUrl + "&title=" + postTitle, }, mail: { title: "Email", locale: "en-US", redirect_url: "mailto:?subject=" + postTitle + "&body=Link: " + postUrl, }, pocket: { title: "Pocket", locale: "en-US", redirect_url: "https://readitlaterlist.com/save?url=" + postUrl + "&title=" + postTitle, }, fark: { title: "Fark", locale: "en-US", redirect_url: "http://cgi.fark.com/cgi/fark/submit.pl?new_url=" + postUrl, }, fintel: { title: "Fintel", locale: "en-US", redirect_url: "https://fintel.io/submit?url=" + postUrl, }, yummly: { title: "Yummly", locale: "en-US", redirect_url: "http://www.yummly.com/urb/verify?url=" + postUrl + "&title=" + postTitle, }, app_net: { title: "App.net", locale: "en-US", redirect_url: "https://account.app.net/login/", }, balatarin: { title: "Balatarin", locale: "en-US", redirect_url: "https://www.balatarin.com/login", }, bibSonomy: { title: "BibSonomy", locale: "en-US", redirect_url: "http://www.bibsonomy.org/login", }, Bitty_Browser: { title: "Bitty Browser", locale: "en-US", redirect_url: "http://www.bitty.com/manual/?contenttype=&contentvalue=" + postUrl, }, Blinklist: { title: "Blinklist", locale: "en-US", redirect_url: "http://blinklist.com/blink?t=" + postTitle + "&d=&u=" + postUrl, }, BlogMarks: { title: "BlogMarks", locale: "en-US", redirect_url: "http://blogmarks.net/my/new.php?mini=1&simple=1&title=" + postTitle + "&url=" + postUrl, }, Bookmarks_fr: { title: "Bookmarks.fr", locale: "en-US", redirect_url: "http://www.bookmarks.fr/Connexion/?action=add&address=" + postUrl + "&title=" + postTitle, }, BuddyMarks: { title: "BuddyMarks", locale: "en-US", redirect_url: "http://buddymarks.com/login.php?bookmark_title=" + postTitle + "&bookmark_url=" + postUrl + "&bookmark_desc=&bookmark_tags=", }, Care2_news: { title: "Care2 News", locale: "en-US", redirect_url: "http://www.care2.com/passport/login.html?promoID=10&pg=http://www.care2.com/news/compose?sharehint=news&share[share_type]news&bookmarklet=Y&share[title]=" + postTitle + "&share[link_url]=" + postUrl + "&share[content]=", }, CiteULike: { title: "Cite U Like", locale: "en-US", redirect_url: "http://www.citeulike.org/posturl?url=" + postUrl + "&title=" + postTitle, }, Diary_Ru: { title: "Diary.Ru", locale: "en-US", redirect_url: "http://www.diary.ru/?newpost&title=" + postTitle + "&text=" + postUrl, }, dzone: { title: "DZone", locale: "en-US", redirect_url: "http://www.dzone.com/links/add.html?url=" + postUrl + "&title=" + postTitle, }, Folkd: { title: "Folkd", locale: "en-US", redirect_url: "http://www.folkd.com/page/social-bookmarking.html?addurl=" + postUrl, }, Hatena: { title: "Hatena", locale: "en-US", redirect_url: "http://b.hatena.ne.jp/bookmarklet?url=" + postUrl + "&btitle=" + postTitle, }, Jamespot: { title: "Jamespot", locale: "en-US", redirect_url: "//my.jamespot.com/", }, Kakao: { title: "Kakao", locale: "en-US", redirect_url: "https://story.kakao.com/share?url=" + postUrl, }, Kindle_It: { title: "Kindle_It", locale: "en-US", redirect_url: "//fivefilters.org/kindle-it/send.php?url=" + postUrl, }, Known: { title: "Known", locale: "en-US", redirect_url: "https://withknown.com/share/?url=" + postUrl + "&title=" + postTitle, }, Line: { title: "Line", locale: "en-US", redirect_url: "https://social-plugins.line.me/lineit/share?url=" + postUrl, }, LiveJournal: { title: "LiveJournal", locale: "en-US", redirect_url: "http://www.livejournal.com/update.bml?subject=" + postTitle + "&event=" + postUrl, }, Mail_Ru: { title: "Mail.Ru", locale: "en-US", redirect_url: "https://connect.mail.ru/share?share_url=" + postUrl, }, Mendeley: { title: "Mendeley", locale: "en-US", redirect_url: "https://www.mendeley.com/sign-in/", }, Meneame: { title: "Meneame", locale: "en-US", redirect_url: "https://www.meneame.net/submit.php?url=" + postUrl, }, MeWe: { title: "MeWe", locale: "en-US", redirect_url: "https://mewe.com/share?link=" + postUrl, }, Mix: { title: "Mix", locale: "en-US", redirect_url: "https://mix.com/mixit?url=" + postUrl, }, Mixi: { title: "Mixi", locale: "en-US", redirect_url: "https://mixi.jp/share.pl?mode=login&u=" + postUrl, }, MySpace: { title: "MySpace", locale: "en-US", redirect_url: "https://myspace.com/post?u=" + encodeURIComponent(postUrl) + "&t=" + postTitle + "&l=3&c=" + postTitle, }, Netvouz: { title: "Netvouz", locale: "en-US", redirect_url: "http://www.netvouz.com/action/submitBookmark?url=" + postUrl + "&title=" + postTitle + "&popup=no&description=", }, Odnoklassniki: { title: "Odnoklassniki", locale: "en-US", redirect_url: "https://connect.ok.ru/dk?cmd=WidgetSharePreview&st.cmd=WidgetSharePreview&st.shareUrl=" + postUrl + "&st.client_id=-1", }, Outlook_com: { title: "Outlook.com", locale: "en-US", redirect_url: "https://mail.live.com/default.aspx?rru=compose?subject=" + postTitle + "&body=" + postUrl + "&lc=1033&id=64855&mkt=en-us&cbcxt=mai", }, Protopage_Bookmarks: { title: "Protopage_Bookmarks", locale: "en-US", redirect_url: "http://www.protopage.com/add-button-site?url=" + postUrl + "&label=&type=page", }, Pusha: { title: "Pusha", locale: "en-US", redirect_url: "//www.pusha.se/posta?url=" + postUrl, }, Qzone: { title: "Qzone", locale: "en-US", redirect_url: "http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=" + postUrl, }, Rediff_MyPage: { title: "Rediff MyPage", locale: "en-US", redirect_url: "//share.rediff.com/bookmark/addbookmark?bookmarkurl=" + postUrl + "&title=" + postTitle, }, Renren: { title: "Renren", locale: "en-US", redirect_url: "//www.connect.renren.com/share/sharer?url=" + postUrl + "&title=" + postTitle, }, Sina_Weibo: { title: "Sina Weibo", locale: "en-US", redirect_url: "http://service.weibo.com/share/share.php?url=" + postUrl + "&title=" + postTitle, }, SiteJot: { title: "SiteJot", locale: "en-US", redirect_url: "http://www.sitejot.com/loginform.php?iSiteAdd=&iSiteDes=", }, Slashdot: { title: "Slashdot", locale: "en-US", redirect_url: "//slashdot.org/submission?url=" + postUrl, }, StockTwits: { title: "StockTwits", locale: "en-US", redirect_url: "https://stocktwits.com/widgets/share?body=" + postTitle + " " + postUrl, }, Svejo: { title: "Svejo", locale: "en-US", redirect_url: "https://svejo.net/story/submit_by_url?url=" + postUrl + "&title=" + postTitle + "&summary=", }, Symbaloo_Feeds: { title: "Symbaloo_Feeds", locale: "en-US", redirect_url: "//www.symbaloo.com/", }, Tuenti: { title: "Tuenti", locale: "en-US", redirect_url: "https://www.tuenti.com/share?p=b5dd6602&url=" + postUrl, }, Twiddla: { title: "Twiddla", locale: "en-US", redirect_url: "//www.twiddla.com/New.aspx?url=" + postUrl + "&title=" + postTitle, }, Webnews: { title: "Webnews", locale: "en-US", redirect_url: "//www.webnews.de/login", }, Wykop: { title: "Wykop", locale: "en-US", redirect_url: "//www.wykop.pl/dodaj?url=" + postUrl + "&title=" + postTitle, }, Xing: { title: "Xing", locale: "en-US", redirect_url: "https://www.xing.com/spi/shares/new?cb=0&url=" + postUrl, }, Yoolink: { title: "Yoolink", locale: "en-US", redirect_url: "//yoolink.to/addorshare?url_value=" + postUrl + "&title=" + postTitle, } } var theChampMoreSharingServicesHtml = '
    '; for(var i in theChampMoreSharingServices){ var tempTitle = theChampCapitaliseFirstLetter(theChampMoreSharingServices[i].title.replace(/[_. ]/g, "")); theChampMoreSharingServicesHtml += '
  • ' + theChampMoreSharingServices[i].title + '
  • '; } theChampMoreSharingServicesHtml += concate; var mainDiv = document.createElement('div'); mainDiv.innerHTML = theChampMoreSharingServicesHtml; mainDiv.setAttribute('id', 'the_champ_sharing_more_providers'); var bgDiv = document.createElement('div'); bgDiv.setAttribute('id', 'the_champ_popup_bg'); jQuery('body').append(mainDiv).append(bgDiv); document.getElementById('the_champ_popup_bg').onclick = document.getElementById('the_champ_sharing_popup_close').onclick = function(){ mainDiv.parentNode.removeChild(mainDiv); bgDiv.parentNode.removeChild(bgDiv); } } if(typeof theChampHorizontalSharingCountEnable == 'undefined'){ var theChampHorizontalSharingCountEnable = 0; } if(typeof theChampVerticalSharingCountEnable == 'undefined'){ var theChampVerticalSharingCountEnable = 0; } if(theChampHorizontalSharingCountEnable || theChampVerticalSharingCountEnable){ // get sharing counts on window load theChampLoadEvent( function(){ // sharing counts theChampCallAjax(function(){ theChampGetSharingCounts(); }); } ); } /** * Search sharing services */ function theChampFilterSharing(val) { jQuery('ul.mini li a').each(function(){ if (jQuery(this).text().toLowerCase().indexOf(val.toLowerCase()) != -1) { jQuery(this).parent().css('display', 'block'); } else { jQuery(this).parent().css('display', 'none'); } }); }; var heateorSsFacebookTargetUrls = []; /** * Get sharing counts */ function theChampGetSharingCounts(){ var targetUrls = []; jQuery('.the_champ_sharing_container').each(function(){ if(typeof jQuery(this).attr('super-socializer-no-counts') == 'undefined'){ var currentTargetUrl = jQuery(this).attr('super-socializer-data-href'); if(currentTargetUrl != null && jQuery.inArray(currentTargetUrl, heateorSsUrlCountFetched) == -1){ targetUrls.push(currentTargetUrl); heateorSsUrlCountFetched.push(currentTargetUrl); } } }); if(targetUrls.length == 0){ return; } jQuery.ajax({ type: 'GET', dataType: 'json', url: theChampSharingAjaxUrl, data: { action: 'the_champ_sharing_count', urls: targetUrls, }, success: function(data, textStatus, XMLHttpRequest){ if(data.status == 1){ if(data.facebook){ heateorSsFacebookTargetUrls = data.facebook_urls; } for(var i in data.message){ var sharingContainers = jQuery("div[super-socializer-data-href='"+i+"']"); jQuery(sharingContainers).each(function(){ var totalCount = 0; for(var j in data.message[i]){ var sharingCount = parseInt(data.message[i][j]) || 0; var targetElement = jQuery(this).find('.the_champ_'+j+'_count'); if(jQuery(targetElement).attr('ss_st_count')){ sharingCount = parseInt(sharingCount) + parseInt(jQuery(targetElement).attr('ss_st_count')); } totalCount += parseInt(sharingCount); if(sharingCount < 1){ continue; } jQuery(targetElement).html(theChampCalculateApproxCount(sharingCount)).css({'visibility': 'visible', 'display': 'block'}); if ( ( typeof theChampReduceHorizontalSvgWidth != 'undefined' && jQuery(this).hasClass('the_champ_horizontal_sharing') ) || ( typeof theChampReduceVerticalSvgWidth != 'undefined' && jQuery(this).hasClass('the_champ_vertical_sharing') ) ) { jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('float', 'left'); } if ( ( typeof theChampReduceHorizontalSvgHeight != 'undefined' && jQuery(this).hasClass('the_champ_horizontal_sharing') ) || ( typeof theChampReduceVerticalSvgHeight != 'undefined' && jQuery(this).hasClass('the_champ_vertical_sharing') ) ) { jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('marginTop', '0'); } } var totalCountContainer = jQuery(this).find('.theChampTCBackground'); jQuery(totalCountContainer).each(function(){ var containerHeight = jQuery(this).css('height'); jQuery(this).html('
    ' + theChampCalculateApproxCount(totalCount) + '
    ' + (totalCount == 0 || totalCount > 1 ? heateorSsSharesText : heateorSsShareText) + '
    ').css('visibility', 'visible'); }); }); } if(heateorSsFacebookTargetUrls.length != 0){ theChampFetchFacebookShares(heateorSsFacebookTargetUrls); } } } }); } function theChampFetchFacebookShares(targetUrls){ var loopCounter = 0; for(var i in targetUrls){ for(var j in targetUrls[i]){ loopCounter++; theChampFBShareJSONCall(targetUrls[i][j], loopCounter, targetUrls[0].length*targetUrls.length, targetUrls[0][j]); } } } function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength, dataHref) { jQuery.getJSON('//graph.facebook.com/?id=' + targetUrl, function(data){ if(data.share && data.share.share_count >= 0){ var sharingContainers = jQuery("div[super-socializer-data-href='"+dataHref+"']"); jQuery(sharingContainers).each(function(){ var targetElement = jQuery(this).find('.the_champ_facebook_count'); var facebookBackground = jQuery(this).find('i.theChampFacebookBackground'); var sharingCount = parseInt(data.share.share_count); if(jQuery(targetElement).attr('ss_st_count') !== undefined){ sharingCount += parseInt(jQuery(targetElement).attr('ss_st_count')); } if(sharingCount > 0){ if(typeof jQuery(facebookBackground).attr('heateor-ss-fb-shares') == 'undefined'){ jQuery(targetElement).html(theChampCalculateApproxCount(sharingCount)).css({'visibility': 'visible', 'display': 'block'}); jQuery(facebookBackground).attr('heateor-ss-fb-shares', sharingCount); }else if(typeof jQuery(facebookBackground).attr('heateor-ss-fb-shares') != 'undefined'){ var tempShareCount = parseInt(jQuery(facebookBackground).attr('heateor-ss-fb-shares')); jQuery(facebookBackground).attr('heateor-ss-fb-shares', sharingCount + tempShareCount); jQuery(targetElement).html(theChampCalculateApproxCount(sharingCount + tempShareCount)); } if ( ( typeof theChampReduceHorizontalSvgWidth != 'undefined' && jQuery(this).hasClass('the_champ_horizontal_sharing') ) || ( typeof theChampReduceVerticalSvgWidth != 'undefined' && jQuery(this).hasClass('the_champ_vertical_sharing') ) ) { jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('float', 'left'); } if ( ( typeof theChampReduceHorizontalSvgHeight != 'undefined' && jQuery(this).hasClass('the_champ_horizontal_sharing') ) || ( typeof theChampReduceVerticalSvgHeight != 'undefined' && jQuery(this).hasClass('the_champ_vertical_sharing') ) ) { jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('marginTop', '0'); } var totalCountContainer = jQuery(this).find('.theChampTCBackground'); jQuery(totalCountContainer).each(function(){ var totalShareCountElem = jQuery(this).find('.theChampTotalShareCount'); var totalShareCount = jQuery(totalShareCountElem).text(); var newTotalCount = theChampCalculateActualCount(totalShareCount) + sharingCount; jQuery(totalShareCountElem).text(theChampCalculateApproxCount(newTotalCount)); jQuery(this).find('.theChampTotalShareText').text(newTotalCount == 0 || newTotalCount > 1 ? heateorSsSharesText : heateorSsShareText); }); } }); } if(loopCounter == targetUrlsLength){ setTimeout(function(){ var facebookShares = {}; for(var i in heateorSsFacebookTargetUrls[0]){ var sharingContainers = jQuery("div[super-socializer-data-href='"+heateorSsFacebookTargetUrls[0][i]+"']"); jQuery(sharingContainers).each(function(){ var facebookCountElement = jQuery(this).find('.the_champ_facebook_count'); var facebookCountElementBg = jQuery(this).find('i.theChampFacebookBackground'); var shareCountString = typeof jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares') != 'undefined' ? jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares').trim() : ''; if(shareCountString != ''){ var shareCount = parseInt(theChampCalculateActualCount(shareCountString)); if(jQuery(facebookCountElement).attr('ss_st_count') !== undefined){ var startingCount = parseInt(jQuery(facebookCountElement).attr('ss_st_count').trim()); shareCount = Math.abs(shareCount - startingCount); } facebookShares[heateorSsFacebookTargetUrls[0][i]] = shareCount; return; } }); } if(!jQuery.isEmptyObject(facebookShares)){ theChampSaveFacebookShares(facebookShares); } }, 1000); } }); } function theChampSaveFacebookShares(facebookShares){ jQuery.ajax({ type: 'GET', dataType: 'json', url: theChampSharingAjaxUrl, data: { action: 'the_champ_save_facebook_shares', share_counts: facebookShares, }, success: function(data, textStatus, XMLHttpRequest){} }); } function theChampCalculateApproxCount(sharingCount){ // round to one decimal if(sharingCount > 999 && sharingCount < 10000){ sharingCount = (Math.round(sharingCount/100))/10 + 'K'; }else if(sharingCount > 9999 && sharingCount < 100000){ sharingCount = (Math.round(sharingCount/100))/10 + 'K'; }else if(sharingCount > 99999 && sharingCount < 1000000){ sharingCount = (Math.round(sharingCount/100))/10 + 'K'; }else if(sharingCount > 999999){ sharingCount = (Math.round(sharingCount/100000))/10 + 'M'; } return sharingCount; } function theChampCalculateActualCount(sharingCount){ if(sharingCount.indexOf('K') > 0){ sharingCount = sharingCount.replace('K', '') * 1000; }else if(sharingCount.indexOf('M') > 0){ sharingCount = sharingCount.replace('M', '') * 1000000; } return parseInt(sharingCount); } function theChampCapitaliseFirstLetter(e) { return e.charAt(0).toUpperCase() + e.slice(1) } jQuery(function(){ var heateorSsWhatsappJSAPI = heateorSsDetermineWhatsappShareAPI(false); var classes = ['the_champ_vertical_sharing', 'the_champ_vertical_counter']; for(var i = 0; i < classes.length; i++){ if(jQuery('.' + classes[i]).length){ jQuery('.' + classes[i]).each(function(){ var verticalSharingHtml = jQuery(this).html(); if(jQuery(this).attr('style').indexOf('right') >= 0){ var removeClass = 'theChampPushIn', margin = 'Right', alignment = 'right', addClass = 'theChampPullOut'; }else{ var removeClass = 'theChampPullOut', margin = 'Left', alignment = 'left', addClass = 'theChampPushIn'; } jQuery(this).html(verticalSharingHtml + '
    '); }); } } if(theChampMobileStickySharingEnabled == 1){ if(jQuery('div.the_champ_vertical_sharing').length){ // insert div before jQuery(document.body).append(""); } } var heateorSsClipboard = new ClipboardJS('.theChampCopyLinkBackground, .theChampCopyLinkShare, .theChampCopyLinkSvg', { text: function(trigger) { if(jQuery(trigger).hasClass('theChampCopyLinkShare')){ var element = trigger.parentElement.parentElement.parentElement.parentElement; var url = jQuery(element).attr("data-href") || ""; }else if(jQuery(trigger).hasClass('theChampCopyLinkSvg')){ var element = trigger.parentElement.parentElement.parentElement.parentElement; var url = jQuery(element).attr("super-socializer-data-href") || ""; if(jQuery(element).hasClass('the_champ_horizontal_sharing') && typeof heateorSsHorSharingShortUrl != undefined){ var url = heateorSsHorSharingShortUrl; }else if(jQuery(element).hasClass('the_champ_vertical_sharing') && typeof heateorSsVerticalSharingShortUrl != undefined){ var url = heateorSsVerticalSharingShortUrl; } if(!url){ var element = trigger.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement; var url = jQuery(element).attr("data-href") || ""; } } return url; } }); heateorSsClipboard.on('success', function(e) { alert(heateorSsCopyLinkMessage); }); }); function theChampHideSharing(elem, removeClass, addClass, margin, alignment){ var animation = {}, counter = jQuery(elem).parent().hasClass('the_champ_vertical_counter'), offset = parseInt(jQuery(elem).parent().css('width')) + 10 - (counter ? 16 : 0); var ssOffset = jQuery(elem).parent().attr('ss-offset'); if(ssOffset){ var savedOffset = parseInt(ssOffset); }else{ var savedOffset = (counter ? theChampCounterOffset : theChampSharingOffset); } if(jQuery(elem).attr('title') == 'Hide'){ animation[alignment] = "-=" + (offset + savedOffset); jQuery(elem).parent().animate(animation, 400, function(){ jQuery(elem).removeClass(removeClass).addClass(addClass).attr('title', 'Share'); if(counter){ var cssFloat = alignment == 'left' ? 'right' : 'left'; jQuery(elem).css('float', cssFloat); }else{ jQuery(elem).css('margin' + margin, offset + 'px') } }); }else{ animation[alignment] = "+=" + (offset + savedOffset); jQuery(elem).parent().animate(animation, 400, function(){ jQuery(elem).removeClass(addClass).addClass(removeClass).attr('title', 'Hide'); if(counter){ jQuery(elem).css('float', alignment); }else{ jQuery(elem).css('margin' + margin, '0px'); } }); } } /*! * clipboard.js v2.0.6 * https://clipboardjs.com/ * * Licensed MIT © Zeno Rocha */ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return o={},r.m=n=[function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o